python-setuptools: fix host deps
authorAlexandru Ardelean <[email protected]>
Tue, 11 Nov 2025 07:54:53 +0000 (09:54 +0200)
committerAlexandru Ardelean <[email protected]>
Wed, 12 Nov 2025 19:44:33 +0000 (21:44 +0200)
setuptools does not require that many deps.
This also fixes some circular dependencies.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-setuptools/Makefile

index d3261935c4f099125be76c0c7346b7a151f732fa..2d1e39873f20dba8775723e394afe553cd5e3c19 100644 (file)
@@ -21,8 +21,6 @@ CPE_ID:=cpe:/a:python:setuptools
 
 HOST_BUILD_DEPENDS:= \
         python3/host \
-        python-build/host \
-        python-installer/host \
         python-wheel/host \
         python-packaging/host